| GraphicsFormats package for Buoy |
|
RawIcoImporter Class
A class to import picture in ICO format to RawBitmap. The class can either import from file or Bytes buffer.
Import: EinhugurGraphicsFormats.RawIco
Object
RawIcoImporter
class RawIcoImporter
Constructors
Properties
CurrentDirectoryIndex | Returns index of last read bitmap from the ICO file. |
Gamma | Gamma value that was read from the image. (If the image read from the ICO file was PNG based) |
shared Information | Shared function to get information about the file format. |
LastDirectoryIndex | Returns index of last bitmap in the ICO file. |
Methods
OpenFromBytes | Opens a ICO Image from a ICO formatted Bytes buffer, reading the first bitmap in the ICO file. |
OpenFromBytes | Opens a ICO Image from a ICO formatted Bytes buffer, reading the bitmap by given index from the ICO file. |
OpenFromFile | Opens a ICO Image from a ICO formatted string, reading the first bitmap in the ICO file. |
OpenFromFile | Opens a ICO Image from a file, reading the bitmap by given index from the ICO file. |
Supported Platforms:
macOS Intel 64 bitmacOS Apple SiliconWindows 64 bitWindows ARM 64 bitLinux 64 bitLinux ARM 64 bit